Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next
Subject: How to populate the listbox for LotusScript
Feedback Type: Question
Product Area: Designer Client
Technical Area: Application development
Platform: Windows XP client
Release: 8.0.2
Reproducible: Always

Greetings,
I want to show the data for the listbox in a dialog form.
then, I will create a hiden listbox in the message form, when I click the send button I will populate the data to the hiden listbox and Notesuidocument.refresh, but no data in the hiden listbox.
the code:
Set myitem = doc.GetFirstItem( "mylist" )
Msgbox myitem.Name &" name"

myitem.AppendToTextList("a")
myitem.AppendToTextList("b")
myitem.AppendToTextList("c")

If myitem.contains("a") Then
Messagebox( "a" + " entry already exists. Will not be added.")///It worked
End If
Call Source.Refresh
Call uidoc.Refresh


I think I shoud miss something.

thanks for your help

Tyki


Feedback number WEBB8HMDHE created by ~Tony Ekfanapullen on 06/08/2011






Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS